Opc.Ua.Core
BufferCollection Constructor(Byte[],Int32,Int32)



Opc.Ua.Bindings Namespace > BufferCollection Class > BufferCollection Constructor : BufferCollection Constructor(Byte[],Int32,Int32)
The array.
The offset.
The count.
Creates a collection with a single element.
Syntax
'Declaration
 
Public Function New( _
   ByVal array() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
'Usage
 
Dim array() As Byte
Dim offset As Integer
Dim count As Integer
 
Dim instance As New BufferCollection(array, offset, count)
public BufferCollection( 
   byte[] array,
   int offset,
   int count
)
public:
BufferCollection( 
   array<byte>^ array,
   int offset,
   int count
)

Parameters

array
The array.
offset
The offset.
count
The count.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BufferCollection Class
BufferCollection Members
Overload List